gtk-demo: Drop an unused object
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Jun 2020 13:47:29 +0000 (09:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 27 Jun 2020 13:47:29 +0000 (09:47 -0400)
The main ui file was still creating a tree store,
but we've switched everything over to use list models.

demos/gtk-demo/main.ui

index beea6b3117c489bcffe4a800962d9b60636d825d..561a32517aa758e428793dd81bafa74094aaf5b3 100644 (file)
       </item>
     </section>
   </menu>
-  <object class="GtkTreeStore" id="treestore">
-    <columns>
-      <column type="gchararray"/>
-      <column type="gchararray"/>
-      <column type="gchararray"/>
-      <column type="gpointer"/>
-      <column type="gint"/>
-    </columns>
-  </object>
   <object class="GtkApplicationWindow" id="window">
     <style>
       <class name="devel"/>